Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_cntrl
ctype_cntrl
Check control characters
Name:
ctype_cntrl
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check control characters
Related
How to use PDOStatement::rowCount to determine whether the database operation is successful
5
Frequently Asked Questions and Solutions when fileatime returns false
5
Make sure the character set is consistent with the MySQL configuration with mysqli::character_set_name
8
Detailed explanation of the basic usage of PHP next_result() function
7
Similar Functions
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_lower
ctype_lower
Checklowercasecharac
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_print
ctype_print
Checkprintablecharac
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_space
ctype_space
Checkspacecharacters
ctype_upper
ctype_upper
Checkcapitalcharacte
Popular Articles